home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILEFORMATGENERALFRAME / TFILEFORMATGENERALFRAME.txt
Text File  |  2008-11-03  |  681b  |  35 lines

  1. inherited FileFormatGeneralFrame: TFileFormatGeneralFrame
  2.   Caption = 'General'
  3.   object MaskLbl: TUiLabel
  4.     Left = 8
  5.     Top = 8
  6.     Height = 13
  7.     Caption = 'Mask:'
  8.     FocusControl = MaskEdit
  9.   end
  10.   object DescriptionLbl: TUiLabel
  11.     Left = 8
  12.     Top = 288
  13.     Height = 13
  14.     Caption = 'Description:'
  15.     FocusControl = DescriptionEdit
  16.   end
  17.   object MaskEdit: TUiEdit
  18.     Left = 8
  19.     Top = 24
  20.     Width = 401
  21.     Height = 21
  22.     TabOrder = 0
  23.     OnChange = SomethingChangedClick
  24.   end
  25.   object DescriptionEdit: TUiMemo
  26.     Left = 8
  27.     Top = 304
  28.     Width = 401
  29.     Height = 65
  30.     ScrollBars = ssVertical
  31.     TabOrder = 1
  32.     OnChange = SomethingChangedClick
  33.   end
  34. end
  35.